home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / scrutl91.arc / SCRUTIL.DOC < prev   
Text File  |  1991-08-21  |  3KB  |  67 lines

  1. SCRUTIL 9.1 - (c) Kai Uwe Rommel - Aug 21 1991
  2.  
  3. This is the first public release of SCRUTIL & SCRBLANK, the successor
  4. of the EGAUTIL screen saver (from which it inherited the version
  5. number). Beginning with this release, it now supports also 8514/A
  6. graphics cards. Because of this I have renamed it from EGAUTIL to
  7. SCRUTIL.
  8.  
  9. This is a screen saver on which I am working already for a long time.
  10. It runs on EGA or VGA under DOS and has some special features. It
  11. monitors not only the keyboard but also a Microsoft-compatible mouse,
  12. if installed (compatible on driver level, Logimouse was tested with an
  13. earlier version). With the /8 option, it blanks also 8514/A graphics
  14. cards. This was tested with a WD (Paradise) 8514/A+ but should work
  15. with IBM and ATI 8514/A cards as well. It does not require any kind
  16. of resident adapter interface software to be loaded (such as IBM's
  17. HDI or WD's WDAI, they are not required). Also, it can blank a
  18. secondary monochrome Hercules display, if installed. See the help page
  19. for details.
  20.  
  21. I added a DLL, SCRBLANK.EXE, for use under Windows. This DLL establishes a
  22. system hook and notifies the screen saver of Keyboard and Mouse events.
  23. They communicate via the multiplex interrrupt (INT 2F). This DLL works
  24. under Windows 3.0 or newer only (in all three modes, real, standard and
  25. 386 enhanced). The INT 2F seems to be clean to be called in protected
  26. mode, even in 286 standard mode (the INT 2F is the preferred method for
  27. communication with TSR's under DOS anyway). Without this DLL loaded, the
  28. screen will never be blanked in standard or enhanced mode.
  29.  
  30. I have tested it under Windows 3.0 with heavy load and it always worked
  31. well. But if you have problems with it, please reportthem to me.
  32.  
  33. The screen is blanked by completely switching off the display(s). That means
  34. if you would like some pictur/graphics/animation, then this one is not
  35. for you ..., but this has the advantage, that all the Windows do not have
  36. to be repainted, when the screen is switched back on.
  37.  
  38. I wanted the screen (and the monochrome debugging display) to be
  39. *completely* blanked. I find these animated screen savers boring after a
  40. while - so I wrote one that is boring from the beginning :-)
  41.  
  42. When running Windows with SCRBLANK.EXE, if the mouse is moved into the upper
  43. right corner of the display, the screen is blanked instantly. If it is
  44. moved into the lower right corner, the screen will never be blanked.
  45.  
  46. When running plain DOS without Windows, the screen can be blanked manually
  47. by pressing Sys-Request (Alt-PrintScreen) and then the key S (short clicks 
  48. are heard when pressing these two keys).
  49.  
  50. Install the screen saver main program SCRUTIL.COM in AUTOEXEC.BAT with
  51.  
  52.     SCRUTIL /I /D:delay [/M] [/8] [/2]
  53.  
  54. The delay is in minutes, /M means a mouse is installed (probably you all have
  55. one), /8 means a 8514/A is installed, /2 means a secondary monochrome display
  56. is installed.
  57.  
  58. Put the SCRBLANK.EXE into WIN.INI into the "Load=" line
  59.  
  60.         Load=SCRBLANK ...
  61.  
  62. (You perhaps have more programs listed in this line).
  63.  
  64. Kai Uwe Rommel
  65. Munich
  66. rommel@informatik.tu-muenchen.de
  67.